home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / montracd.dxr / 00091.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  135 b   |  10 lines

  1. on mouseUp
  2.   global track, butt
  3.   set butt to 1
  4.   if track <> 3 then
  5.     set track to track + 1
  6.   else
  7.     set track to 1
  8.   end if
  9. end
  10.